home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).adf / SiliCon / s / startup-sequence < prev    next >
Text File  |  1989-01-18  |  655b  |  35 lines

  1. echo "My Workbench disk."
  2. failat 50
  3. BindDrivers
  4. AddBuffers df0: 16
  5. AddBuffers df1: 16
  6. makedir ram:c
  7. path ram:c
  8. echo " "
  9. echo "copying commands to RAM:C"
  10. run wait 1 +
  11.     copy c:(if|else|endif) to ram:c +
  12.     copy c:(run|assign|cd|list|dir|copy) to ram:c +
  13.     copy c:(x|path|type|NewCLI) to ram:c
  14. date <"CON:0/120/350/25/Enter Date & Time" >nil: ?
  15. if fail
  16. echo "DATE ENTERED INCORRECTLY!"
  17. endif
  18. ;this prevents disk thrashing:
  19. if not exists ram:c/NewCLI
  20.    wait 10
  21. endif
  22. ;...and again in case
  23. if not exists ram:c/NewCLI
  24.    wait 10
  25. endif
  26. date
  27. if EXISTS sys:system
  28.     path sys:system add
  29. endif
  30. echo " "
  31. echo "Loading WorkBench now..."
  32. LoadWb
  33. failat 10
  34. sili
  35.